Bitmap for WPF
Matrix3x2 コンストラクタ(Single[])

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 > Matrix3x2 コンストラクタ : Matrix3x2 コンストラクタ(Single[])
The values to assign to the components of the matrix. This must be an array with sixteen elements.
Initializes a new instance of the Matrix3x2struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public Matrix3x2( 
   System.float[] values
)

パラメータ

values
The values to assign to the components of the matrix. This must be an array with sixteen elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than sixteen elements.
参照

Matrix3x2 構造体
Matrix3x2 メンバ
オーバーロード一覧